1) Copy the following into the root of your site:
Facebox/ 
jquery.js
drPopImage.js

2) Modify paths to images in FaceBox/Facebox.js if running under a virtual directory.

3) Copy the following into the Module Settings > Header of the digRotate module:

<link href="/ddev4/facebox/facebox.css" media="screen" rel="stylesheet" type="text/css"/>
<script src="/ddev4/jquery.js" type="text/javascript"></script>
<script src="/ddev4/facebox/facebox.js" type="text/javascript"></script> 
<script src="/ddev4/drPopImage.js" type="text/javascript"></script> 

4) In your digRotate content, use the following to pop up an image in a lightbox:

<a href='javascript:drPopImage("/ddev4/Portals/0/MemorialDay2006 001.jpg")'>Popup</a>


